USART0 received data with status
RXDAT | The UART Receiver Data register contains the next received character. The number of bits that are relevant depends on the UART configuration settings. |
RESERVED | Reserved, the value read from a reserved bit is not defined. |
FRAMERR | Framing Error status flag. This bit is valid when there is a character to be read in the RXDAT register and reflects the status of that character. This bit will set when the character in RXDAT was received with a missing stop bit at the expected location. This could be an indication of a baud rate or configuration mismatch with the transmitting source. |
PARITYERR | Parity Error status flag. This bit is valid when there is a character to be read in the RXDAT register and reflects the status of that character. This bit will be set when a parity error is detected in a received character. |
RXNOISE | Received Noise flag. |
RESERVED | Reserved, the value read from a reserved bit is not defined. |